Skip to content

Conversation

bshelkhonov
Copy link

No description provided.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a PEP 561 marker file to the package so type checkers recognize it as typed.

  • Registers py.typed in package_data
  • Ensures type information is distributed
Comments suppressed due to low confidence (1)

setup.py:39

  • Ensure the py.typed file is included in the source distribution by updating MANIFEST.in (e.g., include streamlit_bokeh/py.typed). This guarantees it’s packaged in sdist archives.
    package_data={"streamlit_bokeh": ["py.typed"]},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant